home *** CD-ROM | disk | FTP | other *** search
- This is version 1.5 of CSOURCE. The following additions/corrections have
- been made over version 1.0:
-
- CORRECTIONS
- -----------
-
- 1. When selecting indentation style 0, tabs were not converted to spaces
- correctly.
- 2. When producing a list of identifiers, the user could not search for
- defined identifiers only.
- 3. CSOURCE would not recognize identifiers beginning with an underscore.
- 4. When producing listings of multiple source files, CSOURCE would not
- reset the page counter.
-
- ADDITIONS
- ---------
-
- 1. CSOURCE now writes to a file, all the files it has just processed.
- That file can be used as input the next time CSOURCE is used. This
- file is named "c.fls".
- 2. CSOURCE now maintains a defaults file which keeps track of the options
- you specified when CSOURCE was last used. These become the new
- defaults when CSOURCE is used again. This file is named "csource.dat".
- 3. The view directory option has been expanded to allow you to point at
- files you wish included and then select them.
- 4. Memory available to CSOURCE is now constantly displayed when producing
- a list of identifiers. This will help you judge how many source files
- CSOURCE can handle at one time given the amount of memory in your
- system. Since constantly displaying the memory available slows
- CSOURCE, the display can be toggled on and off by pressing the <SPACE
- BAR>.
- 5. More help has been added to the input screen.
- 6. More help has been added to the extraction screen.
- 7. When sending a listing to the screen, the user now has the ability
- to stop and restart the listing by pressing the <SPACE BAR>.
- 8. Added other minor help messages and cosmetic changes.
- 9. A stand alone program has been added ( tab.exe ) which allows you
- convert all tab characters to spaces in a source file. Output can go
- to a file, printer or screen. This program does essentially the same
- thing CSOURCE does when you tell it to produce a listing with no pre
- or post feeds, no line numbering, no structure outlining, 0 lines per
- page and indentation style 0. This program was provided to enable the
- user to get a quick printout of his/her program with the ability to
- convert tabs to spaces without the need to enter CSOURCE. Tab.exe is
- used as follows:
-
- tab <setting> <input file> <output file> where:
- --- <setting> determines the tab stops
- --- <input file> can be any full or partial pathname
- --- <output file> can be the printer (enter PRN), screen (enter CON) or
- a file (enter full or partial pathname).
-
- NOTE: There is another executable file included with CSOURCE named
- screen.exe. CSOURCE calls this program. It should not be called
- directly.